home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 114 / PC Guia 114.iso / Software / Utils / The Gimp 2.2.1 / gimp-2.2.1-i586-setup.exe / {app} / README.txt
Encoding:
Text File  |  2004-11-05  |  4.5 KB  |  125 lines

  1. THIS IS A PREVIEW RELEASE FOR TESTING PURPOSES
  2. ==============================================
  3.  
  4. This is a preview release of GIMP 2.2 which will replace GIMP 2.0 as
  5. the stable GIMP. This is not yet the final release but it should have
  6. all the features that 2.2.0 will have. This code hasn't seen a lot of
  7. testing yet so there are certainly bugs. If you find any, make sure
  8. you report them at bugzilla.gnome.org (after checking that it isn't
  9. reported already).
  10.  
  11. Please do not install this pre-releae of GIMP 2.2 into the same prefix
  12. as GIMP 2.0. It would overwrite most of the GIMP 2.0 installation. To
  13. install in parallel to 2.0, please use a different prefix which is not
  14. in your default library search path. If you wish to replace GIMP 2.0
  15. with this pre-release, then please remove the GIMP 2.0 installation
  16. before installing this software.
  17.  
  18. The GIMP 2.2 plug-in API is fully backward compatible to GIMP 2.0.
  19. Plug-ins for GIMP 2.0 should continue to work and don't need to be
  20. recompiled. We do however hope that plug-in authors will update their
  21. plug-ins for GIMP 2.2 and adapt the GUI changes we did with this
  22. version.
  23.  
  24. It might turn out that we have to do some late changes to the newly
  25. added API before the final 2.2.0 release, so don't consider the API
  26. strictly frozen yet. The API is however guaranteed to be backward
  27. compatible (source and binary) with the GIMP 2.0 API. If you find that
  28. your 2.0 plug-in break when used with the GIMP 2.2 libraries, or if
  29. you cannot compile a GIMP 2.0 plug-in against the GIMP 2.2 header
  30. files, please report that as a bug.
  31.  
  32. If you want to hack on The GIMP, please read the file HACKING. For
  33. detailed installation instructions, see the file INSTALL.
  34.  
  35.  
  36. 1. Web Resources
  37. ================
  38.  
  39. The GIMP's home page is at:
  40.  
  41.     http://www.gimp.org/
  42.  
  43. Please be sure to visit this site for information, documentation,
  44. tutorials, news, etc.  All things GIMP-ish are available from there.
  45.  
  46. The automated plug-in registry is located at:
  47.  
  48.     http://registry.gimp.org/
  49.  
  50. There you can get the latest versions of plug-ins, using a convenient
  51. forms-based interface.
  52.  
  53. The latest version of The GIMP can be found at:
  54.  
  55.     http://www.gimp.org/downloads/
  56.  
  57.  
  58. 2. Mailing Lists
  59. ================
  60.  
  61. We have several mailing lists dedicated to GIMP user and development
  62. discussion.  There is more info at
  63.  
  64.     https://lists.xcf.berkeley.edu/mailman/listinfo/<listname>
  65.  
  66. with <listname> replaced by "gimp-announce", "gimp-user", "gimp-win-users"
  67. or "gimp-developer" (without the quotes, of course) depending on the list
  68. you want to subscribe to.  Links to the mailing list archives can be
  69. found at the same addresses as given above.
  70.  
  71. Gimp-announce is a low-traffic list with announcements about new
  72. releases of GIMP and plug-ins. Gimp-user is a mailing list dedicated
  73. to user problems, hints and tips, discussion of cool effects, etc.
  74. Gimp-developer is oriented to GIMP core and plug-in developers.  Most
  75. people will only want to be subscribed to gimp-user. If you want to
  76. help develop The GIMP, the gimp-developer mailing list is a good
  77. starting point.
  78.  
  79. There is also a mailing list, "gimpwin-users", dedicated to users of the
  80. Win32 port.  To subscribe, send an empty message to
  81.  
  82.     gimpwin-users-subscribe@egroups.com
  83.  
  84. You can also use the web interface at
  85. http://www.egroups.com/group/gimpwin-users/. Note that as this mailing
  86. list is hosted on egroups.com, the messages from the list contain
  87. relatively unintrusive and easily ignored advertisements at the
  88. end. But if you are absolutely allergic to ads, don't subscribe.
  89.  
  90.  
  91. 3. IRC
  92. ======
  93.  
  94. And finally, for the real junkies, there is an IRC channel devoted to
  95. the GIMP. On Byxnet (a private mostly-GIMP network) there is #gimp.
  96. Many of the developers hang out there.  One of the Byxnet servers are:
  97.  
  98.     irc.gimp.org:6667
  99.  
  100.  
  101. 4. Customizing
  102. ==============
  103.  
  104. The look of GIMP's interface can be customized like any other GTK app
  105. by editing the ~/.gtkrc-2.0 file or by using "themes" (ready-made
  106. customizations).  For downloadable themes and further details, see
  107. http://gtk.themes.org.  Additionally, GIMP reads ~/.gimp-2.2/gtkrc so
  108. you can have settings that only apply to The GIMP.
  109.  
  110. Included is a set of keybindings similar to those in Adobe Photoshop.
  111. You can find them in the ps-menurc file.  To use them, copy this file
  112. to ~/.gimp-2.2/menurc. You can also manually change the keybindings to
  113. any of your choice by editing ~/.gimp-2.2/menurc.
  114.  
  115.  
  116. Have fun,
  117.  
  118.   Spencer Kimball
  119.   Peter Mattis
  120.   Federico Mena
  121.   Manish Singh
  122.   Sven Neumann
  123.   Michael Natterer
  124.   Dave Neary
  125.